home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / lang / c++-part1 / 9500 < prev    next >
Encoding:
Internet Message Format  |  1996-08-05  |  999 b 

  1. Path: news-1.csn.net!ub!newserve!bingsun3!podop41
  2. From: Young <podop41@bingsuns.cc.binghamton.edu>
  3. Newsgroups: comp.lang.c++
  4. Subject: Win 95 and Borland C++. HELP!!
  5. Date: Fri, 1 Mar 1996 22:07:24 -0500
  6. Organization: Binghamton University, Binghamton, NY
  7. Message-ID: <Pine.SOL.3.91.960226122858.611A-100000-100000-100000-100000-100000-100000@podsun18>
  8. NNTP-Posting-Host: 128.226.1.6
  9. Mime-Version: 1.0
  10. Content-Type: TEXT/PLAIN; charset=US-ASCII
  11. X-Sender: podop41@bingsun3
  12.  
  13.                 
  14. hi.
  15.                         
  16. I have installed borland C++ 4.52 in my computer, and i have problems 
  17. with floating points.  Everytime when i declare a variable a flot and put 
  18. in a real number, it gives me floating point over flow error.  For example
  19.  
  20. float x;
  21.  
  22. cin >> x;
  23.  
  24.  
  25. if i put a integer here it is fine, but if i put a real number like 3.25, 
  26. it gives me a floating point overflow error.
  27.  
  28. I am running under win 95, in a dx2 66 with 8meg ram.
  29.  
  30. If anybody have any idea about my problem please e-mail me.  
  31.  
  32. Thanks in advance
  33. young.
  34.  
  35.  
  36.  
  37.  
  38.